projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a74999
)
; * lisp/auth-source.el: add declarations to silence compiler
author
Mattias Engdegård
<mattiase@acm.org>
Thu, 4 Apr 2024 16:59:45 +0000
(18:59 +0200)
committer
Mattias Engdegård
<mattiase@acm.org>
Thu, 4 Apr 2024 16:59:45 +0000
(18:59 +0200)
lisp/auth-source.el
patch
|
blob
|
history
diff --git
a/lisp/auth-source.el
b/lisp/auth-source.el
index 18670ed620bda39d19ef5901c8121c333852a545..a8bd9855720c35124d23254c762f7dff75f8359b 100644
(file)
--- a/
lisp/auth-source.el
+++ b/
lisp/auth-source.el
@@
-2546,6
+2546,9
@@
Adapt also mode line."
(when read-passwd-mode
(read-passwd-toggle-visibility)))
+(defvar overriding-text-conversion-style)
+(declare-function set-text-conversion-style "textconv.c")
+
;;;###autoload
(defun read-passwd (prompt &optional confirm default)
"Read a password, prompting with PROMPT, and return it.